|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Observation | |
| observations | The observations package represents the domain layer. |
| Uses of Observation in observations |
| Subclasses of Observation in observations | |
class |
Measurement
Measurement Represents something like 'bloodpressure 120
mm/Hg'. |
| Methods in observations that return Observation | |
Observation |
Patient.getLatestObservation(Phenomenon value)
Use this to search the latest observation made on a particular phenomenon. |
Observation |
Patient.getLatestObservation(PhenomenonType value)
Gives the latest observation made on a particular type. |
Observation |
Patient.getObservations()
Gives the latest observations made. |
| Methods in observations with parameters of type Observation | |
void |
Patient.observationsAdd(Observation newObs)
Adds a new observation. |
void |
Patient.setObservations(Observation observations)
Sets the latest observation. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||